home *** CD-ROM | disk | FTP | other *** search
- on testInks
- puppetSprite 13, TRUE
- puppetSprite 14, TRUE
-
- repeat with i = 0 to 9
- set the ink of sprite 13 to i
- set the ink of sprite 14 to i
- updateStage
- if not (sprite 13 intersects 14) then put "ink:" && i && "works!"
- end repeat
-
- repeat with i = 32 to 39
- set the ink of sprite 13 to i
- set the ink of sprite 14 to i
- updateStage
- if not (sprite 13 intersects 14) then put "ink:" && i && "works!"
- end repeat
- end
-